home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / readme.akc < prev    next >
Text File  |  1993-05-13  |  2KB  |  41 lines

  1. Scott Musman : May 1993
  2.  
  3.     The tar'd & gzip'd files clx-p1.tar.z and clx-p2.tar.z contain
  4. both source and object files for CLX and PCL for AKCL under Linux. The
  5. object files are included for your convenience to save time and effort
  6. during the installation. 
  7.     You will need ~14Mb to install the included sources
  8. confortably. Unziped each tar file is just over 3Mb. Collectively they
  9. are close to 7Mb. After they have been loaded into AKCL the resultant
  10. saved-image is also about 7Mb (this implies something about how well
  11. CLX will run if you do not have much RAM). After you have created a
  12. saved image you can delete the sources, so it is possible to use less
  13. disk space by doing some file juggling.  
  14.  
  15.     To install the CLX files follow the instructions given
  16. below: 
  17.  
  18.     unzip the installation files by typing
  19.         gzip -dc clx-p1.tar.z > clx-p1.tar
  20.     for each file.
  21.  
  22.     Untar the archives
  23.         tar xvf clx-p1.tar
  24.     it will create it's own subdirectory.
  25.  
  26.     Then simply follow the directions specified in the README file
  27. found in the top CLX directory created by untarring the above
  28. archives. 
  29.  
  30.     Should you ever have to recompile the source code you may
  31. simply make a copy of the load-clx.lsp file and replace the word
  32. "load" with "compile" for the commands "pcl::load-pcl" and "load-clx".
  33. Compilation will take quite some time, and the warnings generated during
  34. the compilation are "normal".
  35.  
  36.     Please let me know if you have any troubles with the
  37. installation procedure or with CLX.
  38.  
  39.         -- Scott
  40.         musman@ai.mitre.org
  41.